ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / Reversed Property






In This Topic
    Reversed Property (ChartAxis<T>)
    In This Topic
    Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left).
    Syntax
    'Declaration
     
    
    Public Property Reversed As System.Boolean
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As System.Boolean
     
    instance.Reversed = value
     
    value = instance.Reversed
    public System.bool Reversed {get; set;}
    public read-write property Reversed: System.Boolean; 
    public function get,set Reversed : System.boolean
    public: __property System.bool get_Reversed();
    public: __property void set_Reversed( 
       System.bool value
    );
    public:
    property System.bool Reversed {
       System.bool get();
       void set (    System.bool value);
    }
    See Also